From 092174a2f50c5ab60b1fd3669486975445195a70 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 8 Jan 2005 02:39:15 +0000 Subject: [PATCH] Update urlexpansion format --- maintenance/parserTests.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 47abe9be32..0df1d5f876 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -286,7 +286,7 @@ Definition list with bracketed URL link !! input ;[http://www.google.com/ Google]:Number one search engine !! result -
Google (http://www.google.com/)
Number one search engine +
Google (http://www.google.com/)
Number one search engine
!! end @@ -327,7 +327,7 @@ Definition lists: colon in external link text !! input ; [http://www.wikipedia2.org/ Wikipedia : The Next Generation]: OK, I made that up !! result -
Wikipedia : The Next Generation (http://www.wikipedia2.org/)
OK, I made that up +
Wikipedia : The Next Generation (http://www.wikipedia2.org/)
OK, I made that up
!! end @@ -350,7 +350,7 @@ External links: numbered !! input Numbered: [http://example.com] !! result -

Numbered: [1] (http://example.com) +

Numbered: [1] (http://example.com)

!!end @@ -359,7 +359,7 @@ External links: specified text !! input Specified text: [http://example.com link] !! result -

Specified text: link (http://example.com) +

Specified text: link (http://example.com)

!!end @@ -368,7 +368,7 @@ External links: trail !! input Trail (not sure if this is meant to work): [http://example.com link]s !! result -

Trail (not sure if this is meant to work): links (http://example.com) +

Trail (not sure if this is meant to work): links (http://example.com)

!! end @@ -386,7 +386,7 @@ External links: dollar sign in URL (named) !! input [http://example.com/1$2345] !! result -

[1] (http://example.com/1$2345) +

[1] (http://example.com/1$2345)

!!end @@ -440,7 +440,7 @@ External links: old bug with URL in query !! input Old bug with URL in query: [http://example.com/thing?url=http://example.com link] !! result -

Old bug with URL in query: link (http://example.com/thing?url=http://example.com) +

Old bug with URL in query: link (http://example.com/thing?url=http://example.com)

!! end @@ -449,7 +449,7 @@ External links: old URL-in-URL bug, mixed protocols !! input And again with mixed protocols: [ftp://example.com?url=http://example.com link] !! result -

And again with mixed protocols: link (ftp://example.com?url=http://example.com) +

And again with mixed protocols: link (ftp://example.com?url=http://example.com)

!!end @@ -467,7 +467,7 @@ External links: Clickable images !! input ja-style clickable images: [http://example.com http://meta.wikimedia.org/upload/f/f1/Ncwikicol.png] !! result -

ja-style clickable images: Ncwikicol.png (http://example.com) +

ja-style clickable images: Ncwikicol.png (http://example.com)

!!end @@ -494,7 +494,7 @@ External links: URL within URL (original bug 2) !! input [http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp] !! result -

[1] (http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp) +

[1] (http://www.unausa.org/newindex.asp?place=http://www.unausa.org/programs/mun.asp)

!! end @@ -503,7 +503,7 @@ BUG 361: URL inside bracketed URL !! input [http://www.example.com/foo http://www.example.com/bar] !! result -

http://www.example.com/bar (http://www.example.com/foo) +

http://www.example.com/bar (http://www.example.com/foo)

!! end @@ -530,7 +530,7 @@ BUG 289: ">"-token in bracketed URL !! input [http://www.example.com/ stuff] !! result -

<hello> stuff (http://www.example.com/) +

<hello> stuff (http://www.example.com/)

!!end @@ -539,7 +539,7 @@ BUG 289: literal ">"-token in bracketed URL !! input [http://www.example.com/html stuff] !! result -

html stuff (http://www.example.com/) +

html stuff (http://www.example.com/)

!!end @@ -557,7 +557,7 @@ BUG 289: literal double quote in bracketed URL !! input [http://www.example.com/"hello" stuff] !! result -

"hello" stuff (http://www.example.com/) +

"hello" stuff (http://www.example.com/)

!!end @@ -887,7 +887,7 @@ Plain link to URL !! input [[http://www.example.org]] !! result -

[[1] (http://www.example.org)] +

[[1] (http://www.example.org)]

!! end @@ -907,7 +907,7 @@ Piped link to URL !! input Piped link to URL: [[http://www.example.org|an example URL]] !! result -

Piped link to URL: [example URL (http://www.example.org|an)] +

Piped link to URL: [example URL (http://www.example.org|an)]

!! end -- 2.20.1